DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1HierarchicalDataCollection<T> Class
Properties Methods Events


In This Topic
    C1HierarchicalDataCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by C1HierarchicalDataCollection<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.  
    Public PropertyGets a value that indicates whether more items can be loaded.  
    Public PropertyGets whether the collection is disposed.  
    Public Property  
    Public PropertyGets the item at the specified index.  
    Public PropertyGets the sort descriptions applied to the data.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public MethodReturns whether the collection is able to sort the specified sortDescriptions.  
    Public MethodOverloaded. Called to dispose resources.  
    Public MethodGets the type of the item.  
    Public MethodOverloaded. Returns the items that has be loaded so far.  
    Public Method  
    Public Method  
    Public MethodLoad the items between the specified indexes.  
    Public MethodLoads more items.  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public MethodOverloaded. Sorts the collection according to the specified sortDescriptions.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the CollectionChanged event.  
    Protected MethodCalled when sort changed.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the collection changes.  
    Public EventRaised after a sort operation was performed.  
    Top
    See Also